Method CreateBatchAsync<TProps>(IEnumerable<TProps>, bool)
Batch creation of objects with cache preloading
Optimized for creating multiple objects of the same type
public static Task<List<RedbObject<TProps>>> CreateBatchAsync<TProps>(IEnumerable<TProps> properties, bool initializeMetadata) where TProps : class, new()